home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / make15v3.zip / MAKE15.DOC < prev    next >
Text File  |  1991-12-05  |  6KB  |  138 lines

  1.  
  2.    DEC 5, 1991
  3.    -----------
  4.                                  MAKE 15 !  V3.0
  5.                       (C) Copyright 1991 by Robert Poirier
  6.                         Support BBS: The Parrot's Den BBS
  7.                                  (508) 765-9387
  8.  
  9.           A Solitaire Card Game for PcBoard , GAP and other systems.
  10.          ------------------------------------------------------------
  11.  
  12.    Welcome to the Make 15 !  The game is fairly simple to play with 
  13.    all instructions in the door itself. The game is quite simple in
  14.    playing. All cards being marked must total 15 (face values) in
  15.    the SAME SUIT. Four Jacks, Queens or Kings can only be removed as
  16.    a set (50 pts each set). The play board consists of 16 cards. Using
  17.    all the cards in a deck gets a bonus of 100 points.
  18.  
  19.    This door is written for BBSes that use 31-line DOOR.sys, PcBoard 11.8, 
  20.    PcBoard 14.+, Wildcat, RBBS/QBBS dorinfo1.def.
  21.  
  22.                                DISCLAIMER !!
  23.           This program and other files associated with it are
  24.           "as is" and are not guaranteed to be frre from errors.
  25.           The author does not guarentee nor warrent any of the 
  26.           included files within the ZIP. We are not responsible 
  27.           for any damage of any kind, including profit losses 
  28.           and/or and data loss, that relates directly or indirectly
  29.           to these programs and files.  You may distribute this
  30.           program, as long as it is in unmodified form with all
  31.           the original files included.
  32.  
  33.                               Sample cfg file
  34.   
  35.       c:\pcb\pcboard.sys       <-- path and running system
  36.       The Parrot's Den BBS     <-- boards name
  37.       Bob                      <-- sysop first name
  38.       Poirier                  <-- sysop last name
  39.       0000000                  <-- Registration number
  40.       3                      * <-- Number of Games Users can play(1 to 7)
  41.       c:\pcb\gen\blt16       * <-- location of top 15 ascii bulletin
  42.       c:\pcb\gen\blt16g      * <-- location of top 15 ANSI bulletin                      
  43.                                        (using @Xxx codes only)
  44.                              * works in registered version only
  45.            (note : if no bulletin desired type NONE for path)                  
  46.            
  47.                         
  48.       Set up is simple enough. Unzip the files into their own directory
  49.      and make the MAKE15.CFG file above. Make a batch file to run the door
  50.      as per the enclosed make15.bat file. Make sure you have a copy of the
  51.      patched BRUN45.EXE in your path. If you use a converter program
  52.      include it in the batch file calling the door.
  53.                The command line is :   MAKE15 MAKE15.CFG
  54.      If you wish to run in local mode use the command line:
  55.                       MAKE15 MAKE15.CFG LOCAL
  56.    
  57.     
  58.     MAKE 15 !  Files Included:
  59.     --------------------------
  60.     MAKE15.EXE  <---------------- Make 15 program
  61.     MAKE15.DOC  <---------------- What You are reading now
  62.     MAKE15.CFG <----------------- Configuration File
  63.     REGISTER.DOC <--------------- Registration information
  64.     MAKE15.BAT  <---------------- Sample batch file
  65.     
  66.     MAKE15.DAT  <---------------- Created at run time by the door
  67.                                   for holding scores.
  68.  
  69.  
  70.    All of these files should be in this ZIP, if they are not, don't
  71.    take a chance! Call The Parrot's Den and get a good copy or view the 
  72.    file on a few local boards to see if you can find a complete copy.
  73.      
  74.    BRUN45.EXE (patched for DTR) is needed somewhere in your path
  75.    for this program to run. If you don't have a copy, call my board
  76.    and download one.
  77.    
  78.  
  79.    You will also need to modify your doors menu files and the data
  80.    level needed to access them. For GAP, these are respectively:
  81.    
  82.        DOORM
  83.        DOORMG
  84.        DOORS.DAT
  85.  
  86.    Please refer to your BBS documentation for details on 
  87.    setting up these files.
  88.  
  89.          At any time that you want to redo the scoring, delete the 
  90.    Make15.dat file created by the door, and the door will reset.
  91.    Version 3.0 will update the scoring file as the first caller of 
  92.    a new month enters the door (keeping the last month high scorer
  93.    and deleting the others).
  94.    
  95.    Please read REGISTER.DOC for information on how you can register
  96.    your copy of MAKE 15 ! . The bulletin generator and the option to
  97.    view scores while playing are only available in the registered
  98.    version of Make 15.
  99.  
  100.  
  101.    Have Fun!
  102.    Bob Poirier
  103.    The  Parrot's Den BBS
  104.    508-765-9387
  105.  
  106.    Coming next:
  107.    12/5/91        
  108.            Done with all beta versions. 3.0 Being released!
  109.            Solved problen with ASCII and ANSI bulletins being written.
  110.            Ansi file done in new @Xxx codes.
  111.            Fixed bug in new users score not being added to file if low
  112.            scorer.
  113.            Final cosmetics done to playing cards (made the ten look like 10)
  114.  
  115.    Revisions:
  116.    12/3/91   Ver 2.15
  117.            Speeded up opening screen.
  118.            Added monthly scoring records.
  119.            Door should reset first of month.
  120.            Writes ascii bulletin (but adding quotes)
  121.    11/28/91  Ver 2.10
  122.            Added better shuffling routines
  123.            Added all numeric keys for movement
  124.            Changed scoring saving and display
  125.            Changed top ten list to TOP 15 (logical)
  126.            Made minor cosmetic changes
  127.    11/25/91  Ver 2.00
  128.            Added Viewing Scores from within the game(Registered Vers. Only)
  129.            Added Check to see if users entered door aready today
  130.            Cosmetic corrections made. 
  131.            Corrected flaw in date not entering score file.
  132.    11/23/91  Ver 1.40
  133.            Rewrote layout routines. Fixed minor display problems.
  134.            Fixed Game Scoring routine minor errors.
  135.            Added Game Score Saving routines.
  136.    11/22/91  ver 1.30
  137.            Initial Beta Test Release.
  138.